@struct dvb_descriptor
@brief Contains the parser information for the MPEG-TS parser code
@ingroup dvb_table
@param name String containing the name of the descriptor
@param init Pointer to a function to initialize the descriptor
parser. This function fills the descriptor-specific
internal structures
@param print Prints the content of the descriptor
@param free Frees all memory blocks allocated by the init function
@param size Descriptor's size, in bytes.
@struct dvb_descriptor @brief Contains the parser information for the MPEG-TS parser code @ingroup dvb_table
@param name String containing the name of the descriptor @param init Pointer to a function to initialize the descriptor parser. This function fills the descriptor-specific internal structures @param print Prints the content of the descriptor @param free Frees all memory blocks allocated by the init function @param size Descriptor's size, in bytes.